From af4100ead57fb0c8d5762e73f75765f3c36dc658 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 7 Jul 2009 06:27:53 +0000 Subject: [PATCH] (reset-language-environment): Put the highset priority to the charset iso-8859-1. --- lisp/international/mule-cmds.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 34d4fb3830d..e67c8ea5e5c 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1795,6 +1795,12 @@ The default status is as follows: (setq default-process-coding-system (cons output-coding input-coding))) + ;; Put the highest priority to the charset iso-8859-1 to prefer the + ;; registry iso8859-1 over iso8859-2 in font selection. It also + ;; makes unibyte-display-via-language-environment to use iso-8859-1 + ;; as the unibyte charset. + (set-charset-priority 'iso-8859-1) + ;; Don't alter the terminal and keyboard coding systems here. ;; The terminal still supports the same coding system ;; that it supported a minute ago. -- 2.30.2